Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/client (source) 3.14.0 -> 4.0.9 age confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v4.0.9

Compare Source

Patch Changes
  • #​12993 8f3bc9b Thanks @​jerelmiller! - Fix an issue where switching from options with variables to skipToken with useSuspenseQuery and useBackgroundQuery would create a new ObservableQuery. This could cause unintended refetches where variables were absent in the request when the query was referenced with refetchQueries.

v4.0.8

Compare Source

Patch Changes

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes
  • #​12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes
  • #​12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #​12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #​12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@​apollo/client/react";
    
    // Use `skipToken` in place of `skip: true` for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

  • #​12900 c0d5be7 Thanks @​phryneas! - Use named export equal instead of default from "@​wry/equality"

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
  • #​12876 b00f231 Thanks @​phryneas! - Fix CJS build output for invariantErrorCodes

  • #​12866 0d1614a Thanks @​jerelmiller! - Export isNetworkStatusInFlight from @apollo/client/utilities. Add isNetworkStatusSettled to @apollo/client/utilities and re-export it from @apollo/client with a deprecation.

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Aug 22, 2025

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
31 3 28 0
View the top 3 failed test(s) by shortest run time
test/server/expenses.test.ts > Expenses Routes > GET /expenses/:id/:filename.pdf > should handle GraphQL errors
Stack Traces | 0.0165s run time
AssertionError: expected 500 to be 400 // Object.is equality

- Expected
+ Received

- 400
+ 500

 ❯ test/server/expenses.test.ts:136:31
test/server/receipts.test.ts > Receipts Routes > Period Receipts > GET /receipts/period/:contributorSlug/:hostSlug/:dateFrom/:dateTo/:filename.pdf > should handle GraphQL errors
Stack Traces | 0.0225s run time
AssertionError: expected 500 to be 400 // Object.is equality

- Expected
+ Received

- 400
+ 500

 ❯ test/server/receipts.test.ts:421:33
test/server/receipts.test.ts > Receipts Routes > Transaction Receipts > GET /receipts/transaction/:id/:filename.pdf > should handle GraphQL errors
Stack Traces | 0.0253s run time
AssertionError: expected 500 to be 400 // Object.is equality

- Expected
+ Received

- 400
+ 500

 ❯ test/server/receipts.test.ts:280:33

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 4 times, most recently from 24b0d9b to fd49392 Compare August 28, 2025 13:26
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from ecfaf8a to 9088bab Compare September 2, 2025 20:33
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 9088bab to 48badfa Compare September 13, 2025 18:51
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 3f0ee16 to 41c41d3 Compare September 30, 2025 21:14
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 41c41d3 to 8735548 Compare October 13, 2025 13:28
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 0091d25 to 7f9fecb Compare October 27, 2025 18:40
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from bba21ea to 5eed13d Compare October 31, 2025 18:44
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 5eed13d to a45ad24 Compare November 11, 2025 02:03
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from a45ad24 to 3e407be Compare December 3, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants